#notification-btn {
    padding: 0.3rem 1.1rem 0.15rem;
    position: relative;
    display: inline-block;
}

#notification-btn i {
    font-size: 1.7em
}

#notification-btn .badge {
    position: absolute;
    top: -0.8em;
    right: -0.5em;
    padding: 0.5em 0.5em;
    border-radius: 50%;
    background: red;
    color: white;
}

#show-all-notification-btn {
    padding: 0.6em;
    border-radius: 0.25rem;
}


#show-all-notification-btn:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

/* .notification-dropdown-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
    color: #212529;
    font-size: .9rem;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0.5rem 0 0 0;
    position: absolute;
    text-align: left;
    right: 0;
    top: 100%;
    z-index: 1000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    display: none;
} */

.dropdown-item.unread {
    font-weight: 800;
    padding-left: 0.25rem;
}

.dropdown-item.read {
    opacity: 70%;
    font-weight: 100;
}

.dot {
    height: 0.6em;
    width: 0.6em;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.5em;
}

.dropdown-item.read > span.dot  {
    display: none;
}

.dropdown-item small {
    color: blue;
}

.dropdown-title {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-size: 1.5em;
    font-weight: 400;
    padding: 0rem 0.7rem;
    /* text-align: center; */
    white-space: nowrap;
    width: 100%;
}

.dropdown-subtitle {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-size: 1em;
    padding: 0rem 0.7rem;
    white-space: nowrap;
    width: 100%;
}

.dropdown-options {
    background-color: transparent;
    border: 0;
    clear: both;
    display: block;
    padding: 0rem 0.7rem;
    /* text-align: center; */
    white-space: nowrap;
    width: 100%;
    display: flex;
    justify-content: start;
}

#notification-list {
    max-height: 50vh;
    overflow-y: scroll;
}

/* #notif-all-output-container {
    max-height: 70vh;
    overflow-y: scroll;
} */

#notification-container hr {
    margin: 0.5em;
}

.notif-list-container input[type=checkbox] {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 1.2rem;
    height: 1.2rem;
    align-self: center;
}

#notif-all-modal .modal-body {
    padding: 0.25em;
}

.notif-list-container input[type=checkbox]:hover {
    cursor: default;
}

.notif-list-container input[type=checkbox].read {
    display: none;
}

.item-container {
    padding: 0 0.5em;
    display: flex;
    justify-content: space-between;
}

.dropdown-options > span{
    background-color:transparent;
    color:#3490dc;
    text-decoration:none;
}

.dropdown-options > span:hover{
    color:#1d68a7;
    text-decoration:underline;
    cursor: pointer;
}

#notif-detail-footer-container {
    display: flex;
    justify-content: end;
}
